home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / tune19.zip / SONGS.DOC < prev    next >
Text File  |  1992-01-26  |  13KB  |  300 lines

  1.  
  2.                                Name that Tune 1.9
  3.                                    =========
  4.  
  5.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  6.                  Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  7.                         Remote Access, SpitFire and WWIV
  8.  
  9.                                   Written By
  10.  
  11.                                 Richard Paquette
  12.                                    PO Box 416
  13.                               Mt. Laurel, NJ 08054
  14.                                (C) Copyright 1991
  15.                                All Rights Reserved
  16.  
  17.                  DOOR DESCRIPTION!
  18.  
  19.   The "Name that Tune" door is one of it's kind.. it will challenge a user by
  20.   giving them the first "exact" line of a song and let them guess the exact
  21.   name of that song!
  22.  
  23.   The player is only given FIVE questions.. each having three guesses at a
  24.   randomly selected song and the point worth is randomly selected for each
  25.   song.. the value of points is based on: Five time worth on first guess,
  26.   doubled on the second guess and even money on third guess.
  27.  
  28.   After the three questions the user is brought back to the Main Menu where
  29.  they can view current scores or quit to the BBS.. 
  30.  
  31.                                       FILES
  32.  
  33.             The following files are packaged with TV13.ZIP
  34.  
  35.  songs.exe      <--- executable program must be in directory at all times
  36.  songs.cfg      <--- sample configuration file, must have one for each node
  37.  songs          <--- Sample batch file to call up door program
  38.  songs.doc      <--- What you are reading right now
  39.  songdata.dat   <--- Original question/answer file
  40.  History.doc    <--- History of door versions
  41.  
  42. Example Configuration for Name that Tune
  43.  
  44.         c:\pcb\users.sys         <=- Full name of your systems file (see below)
  45.         The Livewire BBS         <=- Full name of your BBS
  46.         Richard                  <=- Full first name of Sysop
  47.         Paquette                 <=- Full last name of Sysop
  48.         123456                   <=- Your reg number (Something must be here!)
  49.  
  50. REGISTERED DOOR INFORMATION
  51.  
  52.  Once this door is registered, you can get "songutil.exe" which will
  53.  allow you to add all the questions and answers you want to the existing
  54.  data files...
  55.  
  56. GENERAL CONFIGURATION EXAMPLES
  57.  
  58.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  59.         ------------------------------------------
  60.  
  61.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  62.         The Livewire BBS    <=-  (Change this to your BBS name)
  63.         Richard             <=-  (The Sysop's first name)
  64.         Paquette            <=-  (The Sysop's last name)
  65.  
  66.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  67.         ------------------------------------------
  68.  
  69.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  70.         The Livewire BBS    <=-  (Change this to your BBS name)
  71.         Richard             <=-  (The Sysop's first name)
  72.         Paquette            <=-  (The Sysop's last name)
  73.  
  74.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  75.         ---------------------------------------
  76.  
  77.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  78.         The Livewire BBS    <=-  (Change this to your BBS name)
  79.         Richard             <=-  (The Sysop's first name)
  80.         Paquette            <=-  (The Sysop's last name)
  81.  
  82.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  83.         -------------------------------------------
  84.  
  85.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  86.         The Livewire BBS    <=-  (Change this to your BBS name)
  87.         Richard             <=-  (The Sysop's first name)
  88.         Paquette            <=-  (The Sysop's last name)
  89.  
  90.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  91.         -------------------------------------------
  92.  
  93.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  94.                                   where 'x' is the BBS Node number.
  95.         The Livewire BBS    <=-  (Change this to your BBS name)
  96.         Richard             <=-  (The Sysop's first name)
  97.         Paquette            <=-  (The Sysop's last name)
  98.  
  99.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  100.         ------------------------------------------
  101.  
  102.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  103.         The Livewire BBS    <=-  (Change this to your BBS name)
  104.         Richard             <=-  (The Sysop's first name)
  105.         Paquette            <=-  (The Sysop's last name)
  106.  
  107.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  108.         ----------------------------------------
  109.  
  110.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  111.         The Livewire BBSS   <=-  (Change this to your BBS name)
  112.         Richard             <=-  (The Sysop's first name)
  113.         Paquette            <=-  (The Sysop's last name)
  114.  
  115.                               ==============
  116.  
  117.                         Name that Tune BATCH FILE
  118.  
  119. This is the batch file whose name is entered in PCBSETUP. It should reside in
  120. your default PCB directory. Leave this as is except for changing the paths.
  121.  
  122.           ECHO OFF
  123.           C:
  124.           CD\SONGS
  125.           SONGS SONGS.CFG  <--- Please read NOTE below
  126.           C:
  127.           CD\PCB
  128.           BOARD
  129.  
  130.   NOTE: SONGS requires the presence of BRUN45.EXE either in the
  131.         same directory as Songs or accessible via PATH. If you set
  132.         your library in autoexec.bat and all the brun files there,
  133.         then you have no problems.. 
  134.  
  135.         SET MYLIB = C:\MYLIB
  136.  
  137.         Be sure to put all your brun*.exe files in the mylib directory!
  138.  
  139.   NOTE: This door is multi-node capable and the requirement is to have a
  140.         different Songs.cfg passed on the batch file command line, such
  141.         as: Songs Songs1.cfg * Songs Songs2.cfg * Songs Songs3.cfg!
  142.  
  143.                      ------------------------------------
  144.  
  145.                                 DOOR OPERATION
  146.                                 --------------
  147.   
  148.   F3    -   Toggles the printer On/Off.
  149.             Value is passed to PCBoard.
  150.   F4    -   Toggles the Page Bell On/Off.
  151.             Value is passed to PCBoard.
  152.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  153.   F7    -   Toggles the Caller Alarm On/Off.
  154.             Value is passed to PCBoard.
  155.   F8    -   Returns the caller involuntarily to PCBoard.
  156.             Without letting them know that the sysop called them back!
  157.   F9    -   Toggles the local display On/Off.
  158.             Value is passed to PCBoard.
  159.   F10   -   Activates SysOp CHAT mode within the DOOR.
  160.  
  161.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  162.   HOME  -   HELP key for status line options.
  163.   UP    -   Allows the SysOp to temporarily give the caller extra time
  164.             while in the DOOR.  This time is NOT passed to PCBoard.
  165.   DN    -   Allows the SysOp to temporarily subtract time from the
  166.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  167.   ALT-N -   SysOp next on toggle.
  168.             Value is passed to PCBoard.
  169.   ALT-X -   PCBoard will exit after current caller logs off.
  170.             Value is passed to PCBoard.
  171.  
  172.                             WATCHDOG/CTTY/ANSI.SYS
  173.                             ----------------------
  174.  
  175.         CTTY and WATCHDOG are not required and should not be used with
  176.         this program.  Songs contains its own communication routines
  177.         which monitor the COM port.  If carrier is lost, it will return
  178.         to PCBoard where the BBS will log the user off the system.
  179.         ANSI.SYS, or something similar, is required for Songs to
  180.         function properly!
  181.  
  182.                                  DISTRIBUTION
  183.                                  ------------
  184.  
  185.         Songs is COPYRIGHTED by Richard Paquette, with all rights
  186.         reserved. This program is being distributed via the SHAREWARE
  187.         concept and as such, may be copied freely with the following
  188.         restrictions:
  189.  
  190.                 * The program must be supplied in it's original
  191.                   unmodified form, including documentation.
  192.  
  193.                 * Songs may not be distributed as part of any
  194.                   commercial application or service without the
  195.                   express, written consent of the author.
  196.  
  197.                 * Vendors of Shareware/Public Domain software may
  198.                   not distribute this program without the express,
  199.                   written consent of the author.
  200.  
  201.                                  REGISTRATION
  202.                                  ------------
  203.  
  204.         Songs represents many hours of programming and the author
  205.         deserves just compensation for his time, efforts and expertise.
  206.         If you find this program to be of some value and you continue
  207.         to use it on your BBS system, you must return the registration
  208.         form provided along with the registration fee. Registration
  209.         entitles you to free upgrades from The Livewire BBS.
  210.  
  211.            **********           REGISTER ONLINE          ***********
  212.  
  213.         You may also call The Livewire BBS and register online via Visa 
  214.         or Mastercard using our online Credit Card door which will produce
  215.         your registration number on the spot! At the Main Board Prompt just
  216.         type  REGISTER  and presto your registration number is given to you
  217.  
  218.         Special access to the Songs Door Conference will be given within
  219.         48 hours after your door registration is received for new versions
  220.         of Songs, Songs Utility along with larger DATA files which are
  221.         created by other Songs registered systems..
  222.  
  223.         Suggestions and/or comments may be sent to the address below or
  224.         via electronic mail to: 
  225.    
  226.               The Livewire BBS 609-235-5297 Mt.Laurel, NJ 08054
  227.                               Richard Paquette
  228.           RelayNet Node ID: LIVEWIRE or Inlelec Node ID is: LIVEWIRE
  229.     
  230.                             ----------------------
  231.  
  232.                    D O O R   R E G I S T R A T I O N   F O R M 
  233.  
  234.  
  235.       TO:    Richard Paquette                                 Date___/___/___ 
  236.              P.O. Box 416
  237.              Mt. Laurel, NJ 08054
  238.  
  239.  
  240.             (Please use capitalization and punctuation where necessary.)
  241.  
  242.  
  243.       FROM:  SysOp Name: _______________________________________________ 
  244.  
  245.              BBS Name: _________________________________________________
  246.  
  247.              Address: __________________________________________________ 
  248.  
  249.              City: ______________________ State: __________ ZIP: _______ 
  250.  
  251.              Voice: (   ) _________________ BBS: (   ) _________________
  252.  
  253.              BBS Software: _____________________ BBS Hours: ____________
  254.  
  255.              Baud Rates:________________________                 (09-06)
  256.  
  257.  
  258.       SOFTWARE                          VERSION                   PRICE 
  259.       --------                          -------                   -----
  260.  
  261.       Name that Tune (Songs) ............ 1.8 ................. $ 30.00 __
  262.       TV Trivia Online .................. 1.5 ................. $ 30.00 __
  263.       Trek Trivia Online ................ 2.0 ................. $ 30.00 __
  264.       Lottery ........................... 3.8 ................. $ 20.00 __
  265.       WordPlay .......................... 1.6 ................. $ 20.00 __
  266.       Facts ............................. 2.4 ................. $ 20.00 __
  267.       Choice ............................ 2.0 ................. $ 20.00 __
  268.       Races ............................. 2.1 ................. $ 20.00 __
  269.       LiveStore ......................... 3.7 ................. $ 35.00 __
  270.       Feud .............................. 1.3 ................. $ 20.00 __
  271.       SexQuiz ........................... 1.8 ................. $ 35.00 __
  272.  
  273.       All of the above ........................................ $225.00 __
  274.  
  275.       (NJ residents add 7% tax)                                   _____
  276.  
  277.       (Foreign orders add $10.00 for shipping)                    _____
  278.  
  279.       Total                                                     $ _____ 
  280.  
  281.  
  282.                                 F E E D B A C K 
  283.                                 ---------------
  284.  
  285.       I learned of Name that Tune from:
  286.  
  287.                 [  ] - A Friend         [  ] - Computer Club
  288.                 [  ] - BBS              [  ] - Compuserve
  289.                 [  ] - GEnie            [  ] - Other 
  290.  
  291.       COMMENTS: _____________________________________________________ 
  292.       _______________________________________________________________ 
  293.       _______________________________________________________________ 
  294.       _______________________________________________________________ 
  295.       _______________________________________________________________ 
  296.       _______________________________________________________________ 
  297.       _______________________________________________________________ 
  298.       _______________________________________________________________ 
  299.  
  300.